-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Symfony 7 #436
Allow Symfony 7 #436
Conversation
2. Removed support for PHP <8.0 3. Reworked the __construct methods to be on-par with php >=8.0 4. Removed all rferences to GetMasterRequest - using only getMainRequest now 5. Fixed custom_uploader.md documentation to use getMainRequest
Reran testes, all passes
Changed the config file to work with the new version Ran php_cs_fixer on codebase Tests still pass
…t-bridge version constraint
Hmm looks like with fixing the |
We will do a new major anyway to drop PHP 7 support and clean up a little bit 👍 |
5eb1752
to
1746275
Compare
CI runs for Symfony Not sure how to fix the error in the |
Seems like the |
Found what triggered it, https://github.com/symfony/phpunit-bridge/blob/v6.0.0/bootstrap.php#L33 Which is fixed in So added a conflict to skip versions before |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
The pipline error seems somewhat unrelated... |
Yes, it's a weird one... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you big times 🙏 🥳
Follows #435